From 84e701ddc0f81c3c245e1676efdde5bd8d398566 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 19 May 2006 15:21:20 +0000 Subject: [PATCH] Improve error for folks that keep specifying "usb:" for their serial gps just becuase they have a usb/serial converter. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2104 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/jeeps/gpsusbwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/jeeps/gpsusbwin.c b/gpsbabel/jeeps/gpsusbwin.c index 174e4ffdf..adb72bf43 100644 --- a/gpsbabel/jeeps/gpsusbwin.c +++ b/gpsbabel/jeeps/gpsusbwin.c @@ -227,7 +227,7 @@ gusb_init(const char *pname, gpsdevh **dh) (GUID *) &GARMIN_GUID, req_unit_number, &devinterface)) { GPS_Serial_Error("SetupDiEnumDeviceInterfaces"); - warning("Is the Garmin USB unit number %d powered up and connected?", un); + warning("Is the Garmin USB unit number %d powered up and connected?\nIs it really a USB unit? If it's serial, don't choose USB, choose serial.", un); return 0; } /* We've matched. Now start the specific unit. */ -- 2.30.2